.about{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    width: 100vw;
    position: relative;
    margin-top: 10em;
}

.inform{
    margin-left: -20vw;
}

.about .head1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    position: absolute;
    left: 0vw;
    margin-top: 10vh;
}

.about .head1 h1{
    font-size: 4vw;
    text-decoration: underline;
    text-decoration-color: #EA251F;
}

.about .para{
    position: relative;
    top: 20vh;
    margin-left: 20em;
}


.about .p1,.p2{
    margin-top: 1em;
    width: 50vw;
    font-size: 1.3vw;
    margin-bottom: 3em;
    line-height: 1.4em;
    font-weight: 600;
    text-align: justify;
}

.about .vs{
    font-size: 1.9em;
    margin-top: 3vw;
    position: relative;
    text-decoration: underline;
    text-decoration-color: rgb(43, 66, 193);
}




.about .ms{
    font-size: 1.9em;
    margin-top: -1vw;
    position: relative;
    text-decoration: underline;
    text-decoration-color: rgb(43, 66, 193);
}


.about img{
    width: 25vw;
    position: relative;
    left: 10em;
    top: 4em;
    border: 4.5px solid #E8231D;
    border-radius: 20%;
    box-shadow: 5px 5px 10px 5px rgba(195, 186, 169, 0.659);
    transition: all 0.3s ease;
    object-fit: cover;
    margin-top: 30vh;
    margin-right:200px;
}

.about img:hover{
    border: 4px solid #1706fe;
    box-shadow: 2px 2px 10px 5px rgb(0, 149, 255);
    cursor: pointer;
}